42. Quiz: Calculated Fields

Task Description:

Tasks to complete:

Task List:

Task Feedback:

Nice job!

QUIZ QUESTION::

Quiz 1

Move each Sub-Category item to its corresponding description.

ANSWER CHOICES:



Description

Sub-Category

This item is the lowest profiting item while still being positive.

On this Item we make an average profit of 11.72.

This is our highest profit/item item.

This is our lowest profit/item item.

SOLUTION:

Description

Sub-Category

On this Item we make an average profit of 11.72.

This is our highest profit/item item.

This is our lowest profit/item item.

This item is the lowest profiting item while still being positive.

QUIZ QUESTION::

Quiz 2

For the calculated field of IIF([Quantity] < 2, 'Low', 'High') match the following values to their corresponding result.

ANSWER CHOICES:



Value

Result

1

3

2

-1

SOLUTION:

Value

Result

1

-1

1

-1

3

2

3

2

QUIZ QUESTION::

Quiz 3

For the calculated field of IIF([Quantity] < 2, 'Low', IIF([Quantity] < 5, 'Medium', 'High')) match the following values to their corresponding result.

ANSWER CHOICES:



Value

Result

1

3

2

8

-1

SOLUTION:

Value

Result

1

-1

3

2

8

1

-1

1

-1

3

2

3

2

Quiz 4

Which of the below statements is true regarding the final visual you created?

SOLUTION: Most orders have between 3 and 8 items sold.